-
Notifications
You must be signed in to change notification settings - Fork 14
Remove calculate_images_to_build function #131
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
8c1cb60
to
b333772
Compare
e69f976
to
3753163
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I see the PR has been approved but all images builds are failing in CI
I'll block it to make sure we don't merge accidentally
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should be superseded by the work on Atomic releases. Should we close it instead? @MaciejKaras @Julien-Ben
@mircea-cosbuc It will be superseded by Atomic Releases, but until then I don't mind merging it (it only removes code smell). On the other hand if it requires effort to fix the broken tests I would probably abandon it. |
Since there are build failures and this is being tackled as part of our Epic, I think we should close it @mircea-cosbuc |
Let's close the PR as we are already using |
Summary
Removing calculate_images_to_build function. This function was never used in the intended implementation.
exclude
was never used forpipeline.py
in CI & scirpts, onlyinclude
was used.--include
was only ever called once, it never usedaction=append
. To simplify the implementation just the key of the image to build is returned.Proof of Work
--exclude
and--include